home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmsyscm / _setup.1 / AHMTFormTopMost.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-12  |  1.4 KB  |  49 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'AHMTFormTopMost.pas' rev: 3.00
  6.  
  7. #ifndef AHMTFormTopMostHPP
  8. #define AHMTFormTopMostHPP
  9. #include <ShellAPI.hpp>
  10. #include <AHMSystem.hpp>
  11. #include <Forms.hpp>
  12. #include <Classes.hpp>
  13. #include <Windows.hpp>
  14. #include <SysInit.hpp>
  15. #include <System.hpp>
  16.  
  17. //-- user supplied -----------------------------------------------------------
  18.  
  19. namespace Ahmtformtopmost
  20. {
  21. //-- type declarations -------------------------------------------------------
  22. class DELPHICLASS TAHMTopMost;
  23. class PASCALIMPLEMENTATION TAHMTopMost : public Ahmsystem::TAHMSystemsComponent 
  24. {
  25.     typedef Ahmsystem::TAHMSystemsComponent inherited;
  26.     
  27. private:
  28.     bool FActive;
  29.     void __fastcall SetActive(bool Value);
  30.     
  31. public:
  32.     __fastcall virtual TAHMTopMost(Classes::TComponent* AOwner);
  33.     __fastcall virtual ~TAHMTopMost(void);
  34.     virtual void __fastcall Loaded(void);
  35.     
  36. __published:
  37.     __property About ;
  38.     __property bool Active = {read=FActive, write=SetActive, stored=true, nodefault};
  39. };
  40.  
  41. //-- var, const, procedure ---------------------------------------------------
  42.  
  43. }    /* namespace Ahmtformtopmost */
  44. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  45. using namespace Ahmtformtopmost;
  46. #endif
  47. //-- end unit ----------------------------------------------------------------
  48. #endif    // AHMTFormTopMost
  49.